# Makefile.in generated by automake 1.9.6 from Makefile.am.
# client/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005  Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.




srcdir = .
top_srcdir = ..

dhclient_OBJECTS = clparse.$(OBJEXT) dhclient.$(OBJEXT) \
	dhc6.$(OBJEXT)

INCLUDES = -I. -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/includes

COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS)
LINK = $(CC) $(CFLAGS) -o $@


dhclient_LDADD = ../common/libdhcp.a ../minires/libres.a \
		 ../omapip/libomapi.a ../dst/libdst.a

all:dhclient$(EXEEXT)

dhclient$(EXEEXT): $(dhclient_OBJECTS) $(dhclient_DEPENDENCIES) 
	@rm -f dhclient$(EXEEXT)
	$(LINK) $(dhclient_OBJECTS) $(dhclient_LDADD)

.c.o:
	$(COMPILE) -c $<

clean: 
	-rm *.o
	-rm dhclient


.PHONY: all clean  

